Execute PowerShell
Command Prototype
sRet = Sys.PowerShell(sCommand)
Command Description
Execute PowerShell, and return the text output by the console during the execution of PowerShell
Parameter Description
- Required Parameter
- sCommand--The command line to execute
- return
- sRet--The variable used to save the output of the function call